home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacTCPToolBx / TCP XCMD Docs / card_9387.txt < prev    next >
Text File  |  1989-06-01  |  899b  |  32 lines

  1. -- card: 9387 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Command:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. TCPClose connectionID
  15.  
  16. -- part contents for background part 2
  17. ----- text -----
  18. Close a TCP connection.
  19.  
  20. -- part contents for background part 3
  21. ----- text -----
  22. connectionID
  23.  
  24. -- part contents for background part 4
  25. ----- text -----
  26. Close the specified connection.
  27.  
  28. NOTE: This command does not release the connection buffers, so the TCPRelease command MUST also be called. This is done so that the connection can be closed gracefully: one side issues a close; the other side responds by issuing its own close; the connection closes completely; then the first side does a release.
  29.  
  30. -- part contents for background part 7
  31. ----- text -----
  32. the connection ID of the connection to close